home *** CD-ROM | disk | FTP | other *** search
/ BMUG Newsletter 1997 Spring / BMUG Spring 1997 Newsletter (1997).bin / Software Updaters / A-C Updaters / Adobe / PageMaker ƒ / QMS Ver 4.0 PPDs ƒ / QMS 420 Print System < prev    next >
PostScript Printer Description  |  1993-05-18  |  16KB  |  435 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems Printer Description File
  3. *% For "QMS 420 Print System" version 2011.22
  4. *% Produced by QMS Inc.
  5. *% Date: 8 February 1993
  6. *% Modified:  05/18/93
  7.  
  8. *FormatVersion: "4.0"
  9. *FileVersion: "2.0"
  10. *LanguageVersion: English
  11.  
  12. *Product: "(QMS 420 Print System)"
  13. *PSVersion: "(2011.22) 94"
  14. *NickName: "QMS 420 Print System"
  15.  
  16. *% General Information and Defaults ===============
  17. *FreeVM: "336596"
  18. *ColorDevice: False
  19. *VariablePaperSize: False
  20. *FileSystem: False
  21. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  22. *Throughput: "4"
  23. *Password: "0"
  24. *ExitServer: "
  25.   count 0 eq {  % is the password on the stack?
  26.     true
  27.   }{
  28.     dup % potential password
  29.     statusdict begin checkpassword end not
  30.   } ifelse
  31.   {  %  if no password or not valid
  32.     (WARNING : Cannot perform the exitserver command.) =
  33.     (Password supplied is not valid.) =
  34.     (Please contact the author of this software.) = flush
  35.     quit
  36.   } if
  37.   serverdict begin exitserver
  38. "
  39. *End
  40. *Reset: "
  41.   count 0 eq {  % is the password on the stack?
  42.     true
  43.   }{
  44.     dup % potential password
  45.     statusdict begin checkpassword end not
  46.   } ifelse
  47.   {  %  if no password or not valid
  48.     (WARNING : Cannot reset printer.) =
  49.     (Password supplied is not valid.) =
  50.     (Please contact the author of this software.) = flush
  51.     quit
  52.   } if
  53.   serverdict begin exitserver
  54.   systemdict /quit get exec
  55.   (WARNING : Printer Reset Failed.) = flush
  56. "
  57. *End
  58.  
  59. *% Halftone Information ===============
  60. *ScreenFreq: "60.0"
  61. *ScreenAngle: "45.0"
  62. *DefaultScreenProc: Dot
  63. *ScreenProc Dot: "
  64. { dup mul exch dup mul add 1 exch sub }
  65. "
  66. *End
  67. *ScreenProc Line: "{ pop }"
  68. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  69.  
  70. *DefaultTransfer: Null
  71. *Transfer Null: "{ }"
  72. *Transfer Null.Inverse: "{ 1 exch sub }"
  73.  
  74. *% Paper Handling ===================
  75.  
  76. *OpenGroup: PaperHandling
  77. *OpenUI *Resolution: PickOne
  78. *OrderDependency: 5 AnySetup *Resolution
  79. *DefaultResolution: 600dpi
  80. *Resolution 300dpi: "statusdict begin 300 setresolution end"
  81. *Resolution 600dpi: "statusdict begin 600 setresolution end"
  82. *?Resolution: "
  83. save
  84.   statusdict begin resolution end
  85.   128 string cvs dup print (x) print print (dpi) = flush
  86. restore
  87. "
  88. *End
  89. *CloseUI: *Resolution
  90.  
  91. *% Use these entries to set paper size most of the time, unless there is
  92. *% specific reason to use PageRegion or PaperTray.
  93. *OpenUI *PageSize: PickOne
  94. *OrderDependency: 15 AnySetup *PageSize
  95. *DefaultPageSize: Letter
  96. *PageSize Letter: "statusdict begin lettertray end"
  97. *PageSize Legal: "statusdict begin legaltray end"
  98. *PageSize Executive: "statusdict begin executivetray end"
  99. *PageSize A4: "statusdict begin a4tray end"
  100. *PageSize B5: "statusdict begin b5tray end"
  101. *PageSize Envelope.279.540/Monarch Envelope: "statusdict begin envelopetray monarcenvelope end"
  102. *PageSize Envelope.297.684/Common #10 Envelope: "statusdict begin envelopetray com10envelope end"
  103. *PageSize Envelope.312.624/DL Envelope: "statusdict begin envelopetray dlenvelope end"
  104. *PageSize Envelope.459.649/C5 Envelope: "statusdict begin envelopetray c5envelope end"
  105. *PageSize Envelope.279.639/Com9 Envelope: "statusdict begin envelopetray com9envelope end"
  106. *?PageSize: "
  107.  save statusdict begin
  108.   6 dict begin
  109.    /letter (Letter) def
  110.    /legal (Legal) def
  111.    /a4 (A4) def
  112.    /b5 (B5) def
  113.    /executivepage (Executive) def
  114.    /envelope (Envelope) def
  115.    papersize {
  116.      {load exec} stopped not{= flush}if
  117.    }{
  118.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  119.    }ifelse
  120.   end
  121.  end restore
  122. "
  123. *End
  124. *CloseUI: *PageSize
  125.  
  126.  
  127. *% These entries will set up the frame buffer. Usually used with manual feed.
  128. *% Used with windows
  129. *DefaultPageRegion: Letter
  130. *PageRegion Letter: "statusdict begin letter /QMSpaper {letter} def end"
  131. *PageRegion Legal: "statusdict begin legal /QMSpaper {legal} def end"
  132. *PageRegion Executive: "statusdict begin executivepage  /QMSpaper {executivepage} def end"
  133. *PageRegion A4: "statusdict begin a4 /QMSpaper {a4} def end"
  134. *PageRegion B5: "statusdict begin b5 /QMSpaper {b5} def end"
  135. *PageRegion Envelope.279.540/Monarch Envelope: "statusdict begin monarcenvelope /QMSpaper {monarcenvelope} def end"
  136. *PageRegion Envelope.297.684/Common #10 Envelope: "statusdict begin com10envelope /QMSpaper {com10envelope} def end"
  137. *PageRegion Envelope.312.624/DL Envelope: "statusdict begin dlenvelope /QMSpaper {dlenvelope} def end"
  138. *PageRegion Envelope.459.649/C5 Envelope: "statusdict begin c5envelope /QMSpaper {c5envelope} def end"
  139. *PageRegion Envelope.279.639/Com9 Envelope: "statusdict begin com9envelope /QMSpaper {com9envelope} def end"
  140.  
  141. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  142. *% These errors should be trapped by software and a message displayed
  143. *OpenUI *PaperTray: PickOne
  144. *OrderDependency: 20 AnySetup *PaperTray
  145. *DefaultPaperTray: Letter
  146. *PaperTray Letter: "statusdict begin letter end"
  147. *PaperTray Legal: "statusdict begin legal end"
  148. *PaperTray Executive: "statusdict begin executivepage end"
  149. *PaperTray A4: "statusdict begin a4 end"
  150. *PaperTray B5: "statusdict begin b5 end"
  151. *PaperTray Envelope.279.540/Monarch Envelope: "statusdict begin monarcenvelope end"
  152. *PaperTray Envelope.297.684/Common #10 Envelope: "statusdict begin com10envelope end"
  153. *PaperTray Envelope.312.624/DL Envelope: "statusdict begin dlenvelope  end"
  154. *PaperTray Envelope.459.649/C5 Envelope: "statusdict begin c5envelope  end" 
  155. *PaperTray Envelope.279.639/Com9 Envelope:  "statusdict begin com9envelope end"
  156. *?PaperTray: "
  157.  save statusdict begin
  158.   6 dict begin
  159.    /letter (Letter) def
  160.    /legal (Legal) def
  161.    /a4 (A4) def
  162.    /b5 (B5) def
  163.    /executivepage (Executive) def
  164.    /envelope (Envelope) def
  165.    papersize {
  166.      {load exec} stopped not{= flush}if
  167.    }{
  168.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  169.    }ifelse
  170.   end
  171.  end restore
  172. "
  173. *End
  174. *CloseUI: *PaperTray
  175.  
  176. *% The following entries provide information about specific paper keywords.
  177. *DefaultImageableArea: Letter
  178. *ImageableArea Letter: "15 13 597 780 "
  179. *ImageableArea Legal: "15 14 589 995 "
  180. *ImageableArea Executive: "18 18 503 738"
  181. *ImageableArea A4: "16 11 579 831 "
  182. *ImageableArea B5: "18 12 497 717 "
  183. *ImageableArea Envelope.279.540/Monarch Envelope: "1 1 279 540"
  184. *ImageableArea Envelope.297.684/Common #10 Envelope: "1 1 297 684"
  185. *ImageableArea Envelope.312.624/DL Envelope: "1 1 312 623"
  186. *ImageableArea Envelope.459.649/C5 Envelope: "1 1 459 649"
  187. *ImageableArea Envelope.279.639/Com9 Envelope: "1 1 279 639"
  188. *?ImageableArea: "
  189.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  190.   newpath clippath pathbbox
  191.   4 -2 roll exch 2 {ceiling cvp} repeat
  192.   exch 2 {floor cvp} repeat flush
  193.  restore
  194. "
  195. *End
  196.  
  197. *% These provide the physical dimensions of the paper (by keyword)
  198. *DefaultPaperDimension: Letter
  199. *PaperDimension Letter: "612 792"
  200. *PaperDimension Legal: "612 1008"
  201. *PaperDimension Executive: "540 756"
  202. *PaperDimension A4: "596 842"
  203. *PaperDimension B5: "516 729"
  204. *PaperDimension Envelope.279.540/Monarch Envelope: "279 540"
  205. *PaperDimension Envelope.297.684/Common #10 Envelope: "297 684"
  206. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  207. *PaperDimension Envelope.459.649/C5 Envelope: "459 649"
  208. *PaperDimension Envelope.279.639/Com9 Envelope: "279 639"
  209.  
  210. *DefaultOutputBin: Upper
  211.  
  212. *OpenUI *InputSlot: PickOne
  213. *OrderDependency: 5 AnySetup *InputSlot
  214. *DefaultInputSlot: Upper
  215. *InputSlot Lower: "statusdict begin 
  216.    2 setpapertray
  217.       statusdict /QMSpaper known
  218.         { QMSpaper } if
  219.     end"
  220. *End
  221. *InputSlot Upper: "statusdict begin 
  222.    1 setpapertray 
  223.       statusdict /QMSpaper known
  224.         { QMSpaper } if
  225.     end"
  226. *End
  227. *?InputSlot: "
  228.  save statusdict begin
  229.   2 dict begin
  230.    /2 (Lower) def
  231.    /1 (Upper) def
  232.    papertray
  233.      {( ) cvs cvn load exec} stopped not{= flush}if
  234.   end
  235.  end restore
  236. "
  237. *End
  238. *CloseUI: *InputSlot
  239. *CloseGroup: PaperHandling
  240.  
  241. *DefaultManualFeed: False
  242. *?ManualFeed: "
  243.   statusdict /manualfeed get
  244.   {(True)}{(False)}ifelse = flush"
  245. *End
  246. *ManualFeed True: "statusdict begin /manualfeed true store end"
  247. *ManualFeed False: "statusdict begin /manualfeed false store end"
  248.  
  249. *DefaultOutputOrder: Normal
  250.  
  251. *DefaultCollator: None
  252. *DefaultSorter: None
  253. *DefaultDuplex: None
  254.  
  255. *% Font Information =====================
  256.  
  257. *DefaultFont: Courier
  258.  
  259. *Font AvantGarde-Book: Standard "(001.002)"
  260. *Font AvantGarde-BookOblique: Standard "(001.002)"
  261. *Font AvantGarde-Demi: Standard "(001.003)"
  262. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  263. *Font Bookman-Demi: Standard "(001.001)"
  264. *Font Bookman-DemiItalic: Standard "(001.001)"
  265. *Font Bookman-Light: Standard "(001.001)"
  266. *Font Bookman-LightItalic: Standard "(001.001)"
  267. *Font Courier: Standard "(002.003)"
  268. *Font Courier-Bold: Standard "(002.003)"
  269. *Font Courier-BoldOblique: Standard "(002.003)"
  270. *Font Courier-Oblique: Standard "(002.003)"
  271. *Font Helvetica: Standard "(001.006)"
  272. *Font Helvetica-Bold: Standard "(001.007)"
  273. *Font Helvetica-BoldOblique: Standard "(001.007)"
  274. *Font Helvetica-Condensed: Standard "(001.001)"
  275. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  276. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  277. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  278. *Font Helvetica-Narrow: Standard "(001.006)"
  279. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  280. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  281. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  282. *Font Helvetica-Oblique: Standard "(001.006)"
  283. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  284. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  285. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  286. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  287. *Font Palatino-Bold: Standard "(001.002)"
  288. *Font Palatino-BoldItalic: Standard "(001.002)"
  289. *Font Palatino-Italic: Standard "(001.002)"
  290. *Font Palatino-Roman: Standard "(001.001)"
  291. *Font Symbol: Special "(001.007)"
  292. *Font Times-Bold: Standard "(001.007)"
  293. *Font Times-BoldItalic: Standard "(001.009)"
  294. *Font Times-Italic: Standard "(001.007)"
  295. *Font Times-Roman: Standard "(001.007)"
  296. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  297. *Font ZapfDingbats: Special "(001.002)"
  298. *?FontQuery: "
  299. save 2 dict begin /sv exch def
  300. /st 128 string def
  301. {
  302.   count 0 gt {
  303.     dup str cvs (/) print print (:) print
  304.     FontDirectory exch known {(Yes)}{(No)}ifelse = flush
  305.   }{ exit } ifelse
  306. } bind loop
  307. (*) = flush
  308. sv end restore
  309. "
  310. *End
  311.  
  312. *?FontList: "
  313. save  2 dict begin /sv exch def
  314. /str 128 string def
  315. FontDirectory { pop == } bind forall flush
  316. (*) = flush
  317. sv end restore
  318. "
  319. *End
  320.  
  321. *% Printer Messages (verbatim from printer):
  322. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  323. *Message: "%%[ Flushing until EOF seen ]%%"
  324. *Message: "%%[WARNING: Font \FontName\ not found, substituting Courier.]%%"
  325. *Message: "%%[ Initializing... ]%%"
  326.  
  327. *% Status (format: %%[ status: <one of these> ]%% )
  328. *Status: "idle"
  329. *Status: "busy"
  330. *Status: "waiting"
  331. *Status: "printing"
  332. *Status: "warming up"
  333. *Status: "Initializing"
  334. *Status: "printing startup page"
  335. *Status: "printing test page"
  336. *Status: "PrinterError: no paper tray"
  337. *Status: "PrinterError: service call"
  338. *Status: "PrinterError: no toner cartridge"
  339. *Status: "PrinterError: cover open"
  340. *Status: "PrinterError: paper entry misfeed"
  341. *Status: "PrinterError: manual feed"
  342. *Status: "PrinterError: out of paper"
  343.  
  344. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  345. *Source: "serial25"
  346. *Source: "appletalk"
  347. *Source: "Centronics"
  348.  
  349. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  350. *PrinterError: "no paper tray"
  351. *PrinterError: "service call"
  352. *PrinterError: "no toner cartridge"
  353. *PrinterError: "cover open"
  354. *PrinterError: "paper entry misfeed"
  355. *PrinterError: "manual feed"
  356. *PrinterError: "out of paper"
  357.  
  358. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  359.  
  360. *% Color Separation Information =====================
  361.  
  362. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  363.  
  364. *InkName: ProcessBlack/Process Black
  365. *InkName: CustomColor/Custom Color
  366. *InkName: ProcessCyan/Process Cyan
  367. *InkName: ProcessMagenta/Process Magenta
  368. *InkName: ProcessYellow/Process Yellow
  369.  
  370. *%  For 60 lpi / 300 dpi  ===============================
  371.  
  372. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  373. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  374. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  375. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  376. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  377.  
  378. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  379. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  380. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  381. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  382. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  383.  
  384. *%  For 53 lpi / 300 dpi  ===============================
  385.  
  386. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  387. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  388. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  389. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  390. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  391.  
  392. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  393. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  394. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  395. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  396. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  397.  
  398. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================
  399.  
  400. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  401. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  402. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  403. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  404. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  405.  
  406. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  407. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  408. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  409. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  410. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  411.  
  412. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  413. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  414. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  415. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  416. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  417. "
  418. *End
  419.  
  420. *%  For 71 lpi / 600 dpi  ===============================
  421.  
  422. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  423. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  424. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  425. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  426. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  427.  
  428. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  429. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  430. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  431. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  432. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  433.  
  434. *% end of PPD file for QMS 420 Print System
  435.